object FM_DirBtn: TFM_DirBtn Left = 108 Top = 234 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Directory Buttons Maintenace' ClientHeight = 156 ClientWidth = 632 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object PA_DIRBTN: TPanel Left = 0 Top = 0 Width = 632 Height = 35 Align = alTop TabOrder = 0 end object Panel2: TPanel Left = 0 Top = 35 Width = 632 Height = 121 Align = alClient TabOrder = 1 object Label1: TLabel Left = 8 Top = 48 Width = 49 Height = 13 Caption = '&HTML File' end object Label2: TLabel Left = 8 Top = 16 Width = 36 Height = 13 Caption = '&Caption' end object ED_HTML: TEdit Left = 80 Top = 44 Width = 441 Height = 21 TabOrder = 1 end object BitBtn1: TBitBtn Left = 328 Top = 80 Width = 89 Height = 25 Cancel = True Caption = '&Close' ModalResult = 8 TabOrder = 4 NumGlyphs = 2 end object ED_Capt: TEdit Left = 80 Top = 12 Width = 185 Height = 21 TabOrder = 0 end object Button1: TButton Left = 528 Top = 43 Width = 52 Height = 22 Caption = '&Browse' TabOrder = 2 OnClick = Button1Click end object BT_APPLY: TButton Left = 232 Top = 80 Width = 89 Height = 25 Caption = '&Apply' TabOrder = 3 OnClick = BT_ApplyClick end object CHK_LOCAL: TCheckBox Left = 80 Top = 72 Width = 137 Height = 17 Hint = 'If checked, always looking for the file in the program'#39's running' + ' directory' Caption = 'In &Executable'#39's Directory' ParentShowHint = False ShowHint = True TabOrder = 5 end end object OpenDialog1: TOpenDialog DefaultExt = 'HTM' Filter = 'HTM Files|*.HTM|HTML Files|*.HTML|All Files|*.*' Left = 360 Top = 40 end end